home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / database / pb151.arj / PB.BAT < prev   
DOS Batch File  |  1994-05-11  |  2KB  |  50 lines

  1. cls
  2. @echo off                          
  3. echo                        PHONEBOOK DATABASE VERSION 1.51
  4. echo                        Programmed by Brad L. Christensen
  5. echo.
  6. echo This program is copyrighted, but is distributed as shareware limited to a 21
  7. echo day trial basis.  After 21 days, you must register your copy with the Author.  
  8. echo You are authorized to distribute this program freely as long as the following 
  9. echo guidelines are strictly adhered to:
  10. echo.
  11. echo    #1.  This program must be distributed in its entirety, to include the 
  12. echo         following 5 programs, and must be done so free of charge:
  13. echo.        
  14. echo              PB.BAT                 OBJ1.EXE            NEW.TXT
  15. echo              ORDER.FRM              OBJ2.EXE
  16. echo.             
  17. echo    #2.  You MUST NOT alter ANY of the files included with this program.
  18. echo.
  19. echo    #3.  After 21 days you must register your copy to continue using it.
  20. echo         To Register, PRINT out the file ORDER.FRM and send $12.00 to:
  21. echo.
  22. echo                                Brad L. Christensen
  23. echo                                2960 S. Winston Dr.
  24. echo                                WVC, UT  84120
  25. pause        
  26. cls
  27. echo    #4.  Violation of articles 1, 2, or 3, constitutes copyright violation.
  28. echo.
  29. echo.
  30. echo    ONLY THE TITLE SCREEN REQUIRES VGA GRAPHICS.  If you wish to use this
  31. echo    program on monochrome, cga, or ega, systems, load the program using
  32. echo.   OBJ2.EXE to bypass this batch file, as well as the title screen .EXE
  33. echo.   file, and the program will work fine.
  34. echo.
  35. echo    Another feature of the PhoneBook Database, is that you can load a 
  36. echo    phonebook from the command prompt.  This feature can only be used when
  37. echo    loading the program directly using OBJ2.EXE  The example below shows how
  38. echo.
  39. echo                     C:\PHONEBUK\OBJ2.EXE DATAFILE.DAT
  40. echo                        !        !                   ! 
  41. echo                 Subdirectory    !                   !
  42. echo                        PhoneBook Executable         !
  43. echo                                        Name Of Your Data File
  44. echo.
  45. echo    If you continue loading this program via the PB.BAT file, you will be
  46. echo    prompted to type in the name of your datafile later.
  47. echo.
  48. pause
  49. obj1.exe
  50.